home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / whou320.zip / GTLOGON.DEM < prev    next >
Text File  |  1989-08-09  |  702b  |  27 lines

  1.  
  2. Sample GTLOGON.BAT showing the use of SCANMAIL and KEYFAKE
  3.  
  4. These commands should be the LAST lines in your GTLOGON.BAT
  5.  
  6. ***** IMPORTANT *****
  7.  
  8. KEYFAKE IS A TSR  - You *MUST* load it BEFORE you start GT otherwise
  9.                     your system *WILL* crash. This can be done by placing
  10.                     the command
  11.                     KEYFAKE
  12.                     in the batch file you use to start GT just prior to
  13.                     the GT command line itself.
  14.  
  15.                     KEYFAKE is a PC Magazine utility.
  16.  
  17. scanmail
  18. if not errorlevel 1 goto NOMAIL
  19. rem aha - user has mail - force a YES!
  20. keyfake "Yes"13
  21. goto END
  22. :NOMAIL
  23. rem no mail today
  24. keyfake "No"13
  25. :END
  26.  
  27.